Sample Assai Configuration File
- Last UpdatedOct 09, 2025
- 1 minute read
The following is a sample .json file targeted at configuring an Assai DMS connection:
{
"Authentication": {
"Oauth2AuthenticationDetails": {
"AuthorizeApi": "",
"BasicLogin": {
"username": "",
"password": ""
},
"BodyRequestValues": {
"grant_type": "",
"username": "",
"password": ""
}
}
},
"DmsConfiguration": {
"DMSBaseUrl": "https://eu.assaicloud.com/AAeu901",
"DeltaEndpoint": "api/customservices/dbi_document_revision_digitaltwin",
"DeltaQueryParameters": {
"response_type": "csv",
"is_latest": "Y",
"for_polling": "Y",
"latest_change_date_subq_after": "%DeltaDate%",
"project_code": "XXXX"
},
"DeleteAuditEndpoint": "api/customservices/dbi_documents_delete_audit_data",
"EnableDeleteAudit" : "true",
"Filtering": {
"Filteringitems": [
{
"identifier": "sampleIdentifier",
"mapping": "sampleMapping",
"value": "sampleValue"
},
{
"identifier": "testIdentifier",
"mapping": "testMapping",
"value": "testValue"
}
],
"ValidationExpression": "{sampleIdentifier} OR {testIdentifier}"
},
"DateTimeFormat": "yyyy-MM-ddTHH:mm:ssZ",
"ProjectsEndpoint": "api/views/projects?response_type=csv",
"PackagesEndpoint": "api/views/packages?response_type=csv",
"FileTypeLookup": "publish_file",
"DocumentAPIAddress": "api/customservices/dbi_asset_item_docs_proj?response_type=csv&is_latest=Y",
"LastRefreshDateTimeURL": "api/customservices/dbi_document_revision_digitaltwin?page=0&size=1&response_type=json",
"ProjectCode": "XXXX",
"DocumentDownloadEndpoint": "api/fils/download/",
"DownloadDocumentAsset": "True",
"DownloadProjects": "False",
"DownloadPackages": "False"
},
"MetadataAIMContext": {
"context": "testbb1",
"ClassLibraryRegisterPath": {
"DocumentMetadataRegister": "Assai/Documents",
"ScrapedFileRegister": "Assai/Discovery",
"DocLinkAIMContext": "Assai/Links",
"ProjectAIMContext": "Assai/Projects",
"PackageAIMContext": "Assai/Packages"
},
"FileTimeStampFormat": "yyyyMMdd-HHmmss",
"FileNamePrefix": "assai",
"FileNameSuffixForDelta": {
"Suffix": "docrevs",
"Extension": "csv"
}
},
"AIMIngestion": {
"BaseUrl": "https://ingestionapi-atest.dev-av.capdev-connect.aveva.com",
"AssetId": "windfarm Holland",
"ProcessingUnit": [
{
"ExtensionType": "DWG|DXF",
"Unit": "AC2D",
"publishOriginal": false,
"publishRendition": true,
"publishReference": true
},
{
"ExtensionType": "DGN",
"Unit": "MS2D",
"publishOriginal": false,
"publishRendition": true,
"publishReference": true
},
{
"ExtensionType": "PDF|DOC|DOCX|XLS|XLSX|JSON|HTML|XML|TXT|SVG|CSV|TSV|PPT|PPTX",
"Unit": "DE",
"publishOriginal": true,
"publishRendition": false,
"publishReference": true
},
{
"ExtensionType": "RVM|ZGL",
"Unit": "Model"
},
{
"ExtensionType": "RTF|POT|PPS|POTX|PPSX|VSD|VSDX|VDX|ODT|OTT|FODT|ODS|OTS|FODS|ODP|OTP|FODP|ODF|ODG|OTG|FODG|DWF|XHTML|XHTM|MSG|EML|DCM|DICOM|DCIM|DICM|TIF|TIFF|JPG|JPEG|JP2|JPC|GIF|PNG|PSD|PSB|BMP|DIB|PCT|PIC|PICT|WMF|EMF|PCX|DCX|RAS|PCD|TGA|TPIC|CAL|CALS|ICO|CUR|NCR|XWD|SGI|WBMP|SCT|WPG|XBM|PBM|PGM|PPM|IMG|CUT|DOT|DOTX|XLT|XLTM|HTM|XLTS|ETF|XLSM",
"Unit": "Original",
"publishOriginal": true,
"publishRendition": false,
"publishReference": false
}
]
},
"HttpSettings": {
"DmsTimeout": 30
},
"PipelineRunnerSettings": {
"DownloadFiles": true
}
}